home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / vi / vim-4.000 / vim-4 / vim-4.2 / src / proto / help.pro < prev    next >
Encoding:
Text File  |  1996-06-17  |  196 b   |  5 lines

  1. /* help.c */
  2. void do_help __PARMS((char_u *arg));
  3. int help_heuristic __PARMS((char_u *matched_string, int offset));
  4. int find_help_tags __PARMS((char_u *arg, int *num_matches, char_u ***matches));
  5.